.box {
	background-color: #f5f5f5;
	margin: 10px;
	padding: 10px;
	border-radius:15px;
	box-shadow: rgb(238, 238, 238) 10px 10px 10px 0px;
}